net/http.Request.otherValues (field)
7 uses
net/http (current package)
request.go#L337: otherValues map[string]string // for calls to SetPathValue that don't match a wildcard
request.go#L414: if s := r.otherValues; s != nil {
request.go#L419: r2.otherValues = s2
request.go#L1482: return r.otherValues[name]
request.go#L1491: if r.otherValues == nil {
request.go#L1492: r.otherValues = map[string]string{}
request.go#L1494: r.otherValues[name] = value
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |